Skip to content

Conversation

@sbernauer
Copy link
Member

@sbernauer sbernauer commented Oct 31, 2025

Used in https://github.com/stackabletech/listener-operator/pull/348/files

To render procedures like:

[plantuml, svg]
....
@startuml
if (LoadBalancers supported?) is (yes) then
  #palegreen:Use ephermal-nodes;
  kill
else (no)
  if (Nodes regularly rotated?) is (yes) then
    #yellow:Use stable-nodes to prefer NodePort
    over LoadBalancers. However, don't use
    the external-stable ListenerClass at all,
    use external-unstable instead;
    kill
  else (no)
    #palegreen:Use stable-nodes;
    kill
endif
@enduml
....

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for stackable-docs failed.

Name Link
🔨 Latest commit 696a6e7
🔍 Latest deploy log https://app.netlify.com/projects/stackable-docs/deploys/690465eef648710008050561

@NickLarsenNZ
Copy link
Member

Is there a mermaid plugin?

@NickLarsenNZ
Copy link
Member

Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we please use mermaid instead?
I mentioned it in the slack thread. It is maintained (maybe PlantUML is again) and has better diagrams.

@NickLarsenNZ
Copy link
Member

After seeing the usage, I think this is easier in plantuml (this would have been perfect info for the empty description).

I will move to approve.

@NickLarsenNZ
Copy link
Member

I have updated the description.

Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (after seeing the usage)

@NickLarsenNZ NickLarsenNZ moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Nov 3, 2025
@sbernauer
Copy link
Member Author

Replaced by #791, as we had problems with Kroki in the past (search for PRs with kroki)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants